projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ac4a48c
)
(quit_throw_to_read_char): Change call to
author
Gerd Moellmann
<gerd@gnu.org>
Wed, 14 Mar 2001 16:35:40 +0000
(16:35 +0000)
committer
Gerd Moellmann
<gerd@gnu.org>
Wed, 14 Mar 2001 16:35:40 +0000
(16:35 +0000)
do_switch_frame to new format.
src/keyboard.c
patch
|
blob
|
history
diff --git
a/src/keyboard.c
b/src/keyboard.c
index a536af4aae4e8dd16c0b3fc64d3b3f2960cb847d..02d923f33d382881e3f70bd5c842e0d68f451949 100644
(file)
--- a/
src/keyboard.c
+++ b/
src/keyboard.c
@@
-9871,7
+9871,7
@@
quit_throw_to_read_char ()
if (FRAMEP (internal_last_event_frame)
&& !EQ (internal_last_event_frame, selected_frame))
do_switch_frame (make_lispy_switch_frame (internal_last_event_frame),
-
Qnil
, 0);
+
0
, 0);
_longjmp (getcjmp, 1);
}